projects
/
cargo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
84a3e5c
)
Un-ignore proc-macro tests
author
Alex Crichton
<alex@alexcrichton.com>
Fri, 4 Nov 2016 20:16:28 +0000
(13:16 -0700)
committer
Alex Crichton
<alex@alexcrichton.com>
Fri, 4 Nov 2016 20:16:57 +0000
(13:16 -0700)
tests/proc-macro.rs
patch
|
blob
|
history
diff --git
a/tests/proc-macro.rs
b/tests/proc-macro.rs
index daae388e0ce581d71a89e9e831f82a1c1e10168c..c1a2306e6aa8de16705050c413115e2d5d571924 100644
(file)
--- a/
tests/proc-macro.rs
+++ b/
tests/proc-macro.rs
@@
-6,7
+6,6
@@
use cargotest::support::{project, execs};
use hamcrest::assert_that;
#[test]
-#[ignore]
fn noop() {
if !is_nightly() {
return;
@@
-63,7
+62,6
@@
fn noop() {
}
#[test]
-#[ignore]
fn impl_and_derive() {
if !is_nightly() {
return;
@@
-148,7
+146,6
@@
fn impl_and_derive() {
}
#[test]
-#[ignore]
fn plugin_and_proc_macro() {
if !is_nightly() {
return;